home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rickshaw-jam.swf / scripts / DefineButton2_162 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  172 b   |  9 lines

  1. on(release){
  2.    if(_root.instruct._visible == true)
  3.    {
  4.       _root.instruct._visible = false;
  5.    }
  6.    gamelevel = _root.Combo1.getValue() - 1;
  7.    _root.play();
  8. }
  9.